Thank you for purchasing this product. If you have any questions that are beyond the scope of this documentation, please feel free to email us.
2.0.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1. - Copy the layerslider-wordpress-plugin/LayerSlider folder into your WordPress wp-content/plugins/ folder using your favorite FTP program.
2. - Go to your WordPress "Manage Plugins" page, find the "LayerSlider" in your plugins list and click on activate.
Once the plugin has been activated you will notice a new menu on the side called "LayerSlider" enabling you to manage the options for the plugin.
3. - It is important to create a folder named uploads with write permissions in wp-content - if you didn't have it already.
You can create unlimited sliders. Of course, each slider can have different settings and layers. If you create a new one you will see first the global settings page of this slider.
You can modify the global settings of each slider. You can set the width / height and other properties. For more information, please read the complete documentation of the script.
To create a new layer, click on Add New Layer button.
A new box will appear with some inputs and select boxes. To add a background to this layer, click into the input of the Background. In the popup window you can upload your picture, or you can browse the previously uploaded pictures on the Media Library tab. Choose a picture, scroll down and click on the Insert into Post button.
The selected picture will appear as the background of the current layer.
After that you can edit the settings of the layer for example SlideDirection, Durations, etc.
You will notice, that there is an empty sublayer also. You can change the type of the sublayer. It can be image or some other pre-defined HTML elements, like div, p, span and heading tags. If you want to add a custom HTML element, select div, and type your own html code into the HTML input. You add custom CSS styles to HTML elements by adding them to Style input like in CSS, for example: width: 300px; color: #fff; ...
If you choose image as a type of sublayer, click into the input of Image and upload an image or choose it from Media Library. After that you can add a link to this sublayer if you want. You can set the target of the link of course.
As you can see, there are many settings available for sublayers. The most of them are self-evident, but you can find all in the complete documentation except one, this is P.level.
P.level means Parallax Level and it is a positive integer. The script uses this number to show Parallax Effect correctly. Sublayers with higher number will be animating from farther - seems like animating faster - and sublayers with lower number will animating slower. If you want to create a realistic effect, try to increase this number by two per sublayer. For example: 2, 4, 6 ,8 ...
You can create as many sublayers you want by clicking the Add New Sublayer button.
You can set the position of a sublayer by setting the value of the left and top input fields. You can set their position also by dragging them. To do this, select the sublayer by clicking the first checkbox of the row. You'll notice, that all other sublayers will be semi-transparent. Now you can drag and move the selected sublayer to the required position. If you want to change the order of the layers, grab the whole row with this handler
and drag it up or down.
Of course you can remove layers, sublayers or sliders too.
IMPORTANT: Don't forget to click on the Save Changes button if you are ready with the settings!
We hide some of the sublayer options which you don't need often. You can display these options by clicking the Show Advanced Options button.
You can add a name to any layer and you can reorder them by clicking the Reorder Layers button. Don't forget to Save Changes after you finish reordering.
From version 2.0 you can easily add a special link to any sublayer which jumps to the selected layer of the slider. You don't have to write any JS code, just specify the ordinary number of the layer and write into the Link field by the following way:
#3 - which means, LayerSlider WP will jump to the third layer if you click on this sublayer.
We want to show an example how to create a layer with an embedded video sublayer. LayerSlider WP works with embed codes of many video sharing websites, but we created some features to improve the work with two most popular sites: YouTube and Vimeo.
So, how to put your video into a layer?
It is very simple: you will need to create a DIV sublayer and put your video embed code into the HTML field of this sublayer. That's it!
Drag & Drop the Widget to the area of your theme where you want this should be placed.
You can use a shortcode too to display a LayerSlider widget in any page or post.
[layerslider id="1" title="LayerSlider"]
The id is the number of the slider. (You can find this number in the title of each slider tab at the admin page.) The title parameter is optional.
You can insert LayerSlider into a Theme by the following way:
<?= do_shortcode('[layerslider id="1"]'); ?>
If you want to define a new widget area, follow the instructions here: http://codex.wordpress.org/Widgetizing_Themes
To export your current settings and import them to your another site, do the following:
IMPORTANT: You can export / import only your settings with this method and you have to upload all your images (which are used in your slider) to you new site. Or you can move your whole uploads folder (from wp-content) with all of your images via FTP to your new site.